home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Tk_ClearSelection(3) Tk Library Procedures
-
-
-
- _________________________________________________________________
-
- NAME
- Tk_ClearSelection - Deselect the selection
-
- SYNOPSIS
- #include <tk.h>
-
- Tk_ClearSelection(_t_k_w_i_n)
-
- ARGUMENTS
- Tk_Window _t_k_w_i_n (in) The selection will be cleared
- from the display containing
- this window.
- _________________________________________________________________
-
-
- DESCRIPTION
- Tk_ClearSelection cancels the selection for the display con-
- taining _t_k_w_i_n. The selection need not be in _t_k_w_i_n itself or
- even in _t_k_w_i_n's application. If there is a window anywhere
- on _t_k_w_i_n's display that owns the primary selection, the win-
- dow will be notified and the selection will be cleared. If
- there is no primary selection on the display, then the pro-
- cedure has no effect.
-
-
- KEYWORDS
- clear, selection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tk 1
-
-
-
-